* xfaces.c (Fbitmap_spec_p): Fix integer overflow bug.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Jul 2011 17:34:59 +0000 (10:34 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Jul 2011 17:34:59 +0000 (10:34 -0700)
commit8eb31fb1818466abdd84f34fe13c48f91b94c815
tree4597945c04f0a262172d0f31ba2d9c20bb199b7a
parent86ec1e94a541a454f38b00a1e304b14fa13cd16b
* xfaces.c (Fbitmap_spec_p): Fix integer overflow bug.

Without this fix, (bitmap-spec-p '(34359738368 1 "x"))
would wrongly return t on a 64-bit host.
src/ChangeLog
src/xfaces.c